CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des vc

搜索资源列表

  1. des

    0下载:
  2. 在VC++下实现的DSE加密解密算法,虽不是原创,个人感觉还蛮有用的-In VC++ to achieve the DSE encryption and decryption algorithms, although not original, personal feeling quite useful
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:26252
    • 提供者:zhuyezi
  1. DES

    0下载:
  2. DES加密算法的VC++ 实现,可以对文件进行DES加密和解密.-DES encryption algorithm the VC++ implementation, DES can encrypt and decrypt files.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4152921
    • 提供者:gaciya
  1. DES

    0下载:
  2. des的vc++实现,简单的实现了des的加密解密算法-des of vc++ implementation, the simple realization of the des encryption decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:153927
    • 提供者:张望
  1. VC

    0下载:
  2. 一个简单的DES加密解密程序源代码,适合刚刚学习的朋友们-A simple DES encryption and decryption program source code, for friends just to learn
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3209
    • 提供者:漆望
  1. CryptDES

    0下载:
  2. vc 6.0实现DES加密算法。本人毕业设计所写。-vc 6.0 to achieve DES encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3640043
    • 提供者:caojie
  1. DES

    0下载:
  2. 使用VC写的DES加密算法,很适合用于课程设计和毕业设计的参考。-Written using VC DES encryption algorithm, it is suitable for course design and graduation design reference.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3684634
    • 提供者:liuxing
  1. DES

    0下载:
  2. DES算发使用vc++实现,实现过程比较简单使用,适合初学者使用。-DES calculation made using vc++ implementation, the implementation process is relatively simple to use, suitable for beginners.
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:2210
    • 提供者:杨娴
  1. DES-encryption-algorithm

    0下载:
  2. 本文介绍了一种国际上通用的加密算法—DES算法的原理,并给出了在VC++6.0语言环境下实现的源代码。最后给出一个示例,以供参考-This paper presents a general international-DES algorithm encryption algorithm works, and gives the language in VC++6.0 environment to achieve the source code. Finally, an example for r
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:84348
    • 提供者:韩堃
  1. 4091976DES-VC

    0下载:
  2. 供初学者学习des加密是个很好的例子,欢迎大家下载-for student learn des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:39611
    • 提供者:谢静军
  1. XINO_DES

    0下载:
  2. Des VC, development for DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:17439
    • 提供者:eCyber
  1. DES

    0下载:
  2. 基于分组技术的图像加密算法 采用对称分组技术,即DES算法进行加密的vc++源代码-DES encryption
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:7123
    • 提供者:Meng
  1. DES

    0下载:
  2. DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ comp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2784
    • 提供者:sunjunyu
  1. code

    0下载:
  2. 加密算法DES的VC++实现,只是简单地实现,并没有图形界面-Encryption algorithms DES, VC++ to achieve, simply realize that there is no graphical interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3366
    • 提供者:qinzhou
  1. DES

    0下载:
  2. DES加密算法,开发环境VC。通过输入文件名,对此文件进行加密。-DES encryption algorithm, the development environment VC. Enter the file name, file encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1058361
    • 提供者:hjk
  1. des

    0下载:
  2. 用VC++写的DES算法,适合新手和C学习者-DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1692668
    • 提供者:全文
  1. des

    0下载:
  2. 实现des算法,可以在VC++开发环境中实现,编译可以通过-Des algorithm, can be VC++ development environment, the compiler can
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:7000
    • 提供者:lijingxia
  1. des

    0下载:
  2. 一个DES的实现案例,内涵vc++源码你可能有的上- it is a DES application relaity ,it can help you
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:219886
    • 提供者:cici
  1. des

    0下载:
  2. 加密解密中的DES算法的实现,vc版本,有需要就下-Implementation of the DES algorithm encryption decryption vc version, there is a need on the next
  3. 所属分类:CA program

    • 发布日期:2017-11-30
    • 文件大小:6895
    • 提供者:黄伟平
  1. vc-encryption-algorithm

    0下载:
  2. vc常用的加密算法包含des、rsa等200多个加密算法源码-vc commonly used encryption algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:392620
    • 提供者:lanh
  1. DES

    0下载:
  2. 200多个常见的VC++加密算法源代码,像DES、ASN、hex、rsa等等算法,你可以先下载保存在电脑上,以后或许能用到,加密也是常用的一种程序数据处理方式,实用性比较大。-Over 200 common VC++ encryption algorithm source code, algorithms like DES, ASN, hex, rsa, etc., you can download stored in the computer, after perhaps can be use
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:395264
    • 提供者:榴蓮
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com